﻿@import url('../Areas/Admin/fonts/iconfont.css');
body {
    font-family: 'Microsoft YaHei'
}

ol, ul {
    list-style: none;
}
a, dd, dl, h1, h2, h3, h4, h5, h6, li, p, ul {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

    a :hover {
        color: #295BFF;
    }

.menu {
    width: 100%;
    height: 60px;
    min-width: 1500px;
    position: -webkit-sticky; /* 兼容一些老版本的Safari浏览器 */
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.5s;
    background-color: #020816 !important; /* 设置导航栏的背景色 */
}
.scrolled1 {
    top:-60px;
}

.menu .menu-center {
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}

.menu-center .logo {
    height: 30px;
    width: auto;
    float: left;
    margin: 15px 0;
    cursor: pointer;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: initial !important
}

.layui-nav {
    float: right;
    padding: 0 !important;
    line-height: 60px !important;
    background-color: inherit !important;
}

    .layui-nav .layui-nav-item {
        line-height: 50px !important;
        text-align: center;
    }

        .layui-nav .layui-nav-item a {
            color: #BABFD4;
            font-size: 16px;
        }
    .icon-sousuo {
        color: #fff !important;
        font-size: 18px !important;
        padding: 0 10px !important;
        font-weight: bold !important;
    }
.search-form {
    position: relative;
    width: 0;
    transition: all 0.5s;
}
.search-show{
    width:150px !important;
}
.btn {
    display: none;
}
.search-close {
    width: 0 !important;
}
.search {
    font-size: 14px !important;
    color: #fff !important;
    width: 92%;
    margin: 0 auto;
}
.search-form input::-webkit-input-placeholder { /* 使用webkit内核的浏览器 */
    font-size: 14px !important;
}

.search-form input:-moz-placeholder { /* Firefox版本4-18 */
    font-size: 14px !important;
}

.search-form input::-moz-placeholder { /* Firefox版本19+ */
    font-size: 14px !important;
}

.search-form input:-ms-input-placeholder { /* IE浏览器 */
    font-size: 14px !important;
}        

.layui-nav-child {
    top: 50px;
    border: none;
    background-color: rgba(0,0,0,0.5)
}
    .layui-nav-child a{
        font-size:14px !important
    }

    .layui-icon-down {
        display: none
    }

.layui-nav-child a:hover {
    background-color: rgba(0,0,0,0.8) !important
}


.layui-nav-child {
    padding: 0
}
/*首页*/
.layui-nav .active {
    color: #fff !important;
}

    .layui-nav .active a {
        color: #fff !important;
    }
.layui-nav-item:hover {
    color: #fff !important;
}

    .layui-nav-item:hover a {
        color: #fff !important;
    }
.layui-nav-bar {
    background-color: initial !important
}

.footer {
    width: 100%;
    min-width: 1500px;
    padding:10px 0;
    float: left;
    background-color: #1c1c1c
}

    .footer .footer-center {
        width: 1500px;
        height: 100%;
        margin: 0 auto;
    }

.footer-center .footer-center-menus {
    width: 100%;
    padding: 25px 0 45px 0;
    border-bottom: 1px solid #4A4A4A;
}

.footer-center-menus a {
    font-size: 16px;
    color: #C5C8D5;
    padding: 0 35px;
    float: left;
}

    .footer-center-menus a:hover {
        color: #fff
    }

    .footer-center-menus a:first-child {
        padding: 0 35px 0 0;
    }

.footer-center .footer-copyright {
    color: rgba(255,255,255,0.5) !important;
    margin-top: 40px;
    width: 100%;
    font-size: 14px !important;
    padding:10px 0;
}
.footer-copyright-left {
    margin-right:120px;
}
.footer-left-title {
    width: 100%;
    font-size: 20px;
    color:#fff;
    padding-bottom:20px;
    font-weight:bold
}
.footer-left-tel {
    width: 100%;
    color: #B3B6BF;
    font-size: 14px;
}
.footer-copyright-right {
    width: 110px;
    float: right;
    text-align: right;
    text-align: center;
    margin-right:30px;
}
    .footer-copyright-right:nth-child(1) {
        margin-right: 0;
    }
    .footer-copyright-right img {
        width: 100%;
        padding-bottom: 10px;
    }
.footer-center-menus .tel {
    float: right;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #fff
}
.footer-center-menus .tel img{
    width:30px;
    position:relative;
    top:-2px;
}
.copyright {
    padding-top: 20px;
    color: #B3B6BF !important;
}
    .copyright p, .copyright a, .copyright span {
        color: #B3B6BF !important;
    }
.layui-nav .SuspensionMenu {
    width: 1500px;
    max-height: 492px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    z-index: 99999;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 12px 12px;
    left: 50%;
    margin-left: -750px;
}

.layui-nav .productlist .suspensionList {
    display: grid;
    grid-template-columns: repeat(4, 24.5%);
    grid-gap:15px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

.layui-nav .productlist .suspensionList .productBlock {
  display: block;
  display: flex;
  box-sizing: border-box;
  text-align:left;
}

.layui-nav .productlist .suspensionList .productBlock .productIcon {
  width: 40px;
  height: 40px;
  float:left;
  margin-right:10px;
}

.layui-nav .productlist .suspensionList .productBlock .suspension {
  overflow:hidden;
  border-radius:5px;
  padding:3px 0;
  height:34px;
}
.suspensionCategory {
    padding:10px 15px;
    line-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    min-width:50%;
}

.layui-nav .productlist .suspensionList .productBlock .suspension .SusName {
    font-size: 16px;
    color: #2F3033;
}

.layui-nav .productlist .suspensionList .productBlock .suspension p {
  font-size: 12px;
  color: #8D9199;
  word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top:5px;
}
.layui-nav .productlist .suspensionList .productBlock .suspensionCategory {
    padding: 10px;
}
.layui-nav .productlist .suspensionList .productBlock .suspensionCategory:hover {
    background-color: initial !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.layui-nav-child {
    min-width: initial !important;
}
.layui-nav .layui-nav-item {
    position: initial !important;
}
.layui-nav {
    position: initial !important;
}
    .layui-nav h2 {
        font-size: 24px !important;
        color: #2F3033;
        text-align: left;
        font-weight: bold !important;
        padding: 20px;
    }


.menus {
    width: 100%;
    min-width:1280px;
    height:50px;
    margin:20px 0;
}
.menus-content {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    border-bottom: 1px solid #f0f0f0;
}
    .menus a {
        float: left;
    }

    .menus span {
        font-size: 15px;
        border-radius: 5px;
        padding: 5px 15px;
        background-color: #F6F7FC;
        color: #020816;
        float: left;
        margin-right: 20px;
    }
    .menus .hover span {
        background-color: #295BFF !important;
        color: #fff !important;
    }